dart variable in string

48

String firstString = 'sentence';
String secondString = 'This is a $firstString';

Comments

Submit
0 Comments